home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / windows 95 utilities / automation tools / automate pro / automate.exe / _SETUP.1 / tasks.MDB / Tasks.json
Encoding:
JavaScript Object Notation  |  1997-03-07  |  2.1 KB

  1. {
  2.     "schema": {
  3.         "TASKNAME": "Text (255)",
  4.         "CMDLINE": "Memo/Hyperlink (255)",
  5.         "FREQ": "Text (2)",
  6.         "FIRSTTIME": "DateTime",
  7.         "FIRSTDATE": "DateTime",
  8.         "LASTTRY": "DateTime",
  9.         "LASTRESULT": "Boolean NOT NULL",
  10.         "CREATEDATE": "DateTime",
  11.         "ISMACRO": "Boolean NOT NULL",
  12.         "NEXTDATE": "DateTime",
  13.         "NEXTTIME": "DateTime",
  14.         "INTERVAL": "Long Integer",
  15.         "MACRO1": "Memo/Hyperlink (255)",
  16.         "DISABLED": "Boolean NOT NULL",
  17.         "WINDOWSTATE": "Integer",
  18.         "DETAIL": "Memo/Hyperlink (255)",
  19.         "TYPE": "Integer",
  20.         "MACSTEPS": "Integer",
  21.         "ACTIVATE": "Boolean NOT NULL"
  22.     },
  23.     "data": [
  24.         {
  25.             "TASKNAME": "Sample Procedure",
  26.             "CMDLINE": " ",
  27.             "FREQ": "ON",
  28.             "FIRSTTIME": "12/30/99 19:59:00",
  29.             "FIRSTDATE": "05/23/96 00:00:00",
  30.             "LASTTRY": "06/14/96 00:00:00",
  31.             "LASTRESULT": 1,
  32.             "CREATEDATE": "05/23/96 00:00:00",
  33.             "ISMACRO": 0,
  34.             "NEXTDATE": "06/14/96 00:00:00",
  35.             "NEXTTIME": "12/30/99 14:24:00",
  36.             "INTERVAL": 5,
  37.             "MACRO1": "START: C:\\WINDOWS\\Notepad.exe\rSEND: The new AutoMate 3.5 can launch multiple applications at once...~~...It also now has built-in Internet functions to make~unattended on-line work a snap!~And a new \"Recorder\" that allows you~to record and play back mouse ~and keyboard events~...in any of your macros!\rPAUSE: 8\rSEND: ~~~Starting WordPad...Please Wait...~~\rPAUSE: 2\rSTART: C:\\WINDOWS\\Write.exe\rPAUSE: 20\rFOCUS: Document - WordPad\rSEND: It can send keystrokes and DDE commands to any open app on your system!...~\rPAUSE: 5\rFOCUS: Untitled - Notepad\rSEND: ...and even switch between any open window by using the window title...~\rPAUSE: 5\rFOCUS: Document - WordPad\rSEND: You can even play .wav sounds at any time - like this...~\rPLAY: C:\\WINDOWS\\MEDIA\\The Microsoft Sound.wav\rPAUSE: 5\rFOCUS: Untitled - Notepad\rSEND: AutoMate can also shut down and restart Windows...~\rPAUSE: 2\rSEND: But we won't do that right now!~\rPAUSE: 5\rSEND: We'll just shut down Notepad!~\rPAUSE: 2\rSEND: %{F4}n~\rFOCUS: Document - WordPad\rSEND: ~~And WordPad!...~\rPAUSE: 5\rSEND: %{f4}n~\r\r",
  38.             "DISABLED": 1,
  39.             "WINDOWSTATE": 1,
  40.             "DETAIL": "Make sure that the files notepad.exe, and write.exe are in your windows path.  If they are not, edit the procedure's macro and modify the paths for the steps in the maco that launch these two programs.",
  41.             "TYPE": 0,
  42.             "MACSTEPS": 29,
  43.             "ACTIVATE": 0
  44.         }
  45.     ]
  46. }